Since I don't know how to control only the list marker size with CSS and no one's offered this yet, you can use :before content to generate the bullets: ... <看更多>
Search
Search
Since I don't know how to control only the list marker size with CSS and no one's offered this yet, you can use :before content to generate the bullets: ... <看更多>
The list-style-type CSS property specifies appearance of a list item element. As it is the only one who defaults to display:list-item, this is usually a <li> ... ... <看更多>
li {. list-style: none;. position: relative;. padding: 6px 0 0 20px;. } ul li:before {. background: transparent url("sprite.png") scroll 0 0 no-repeat;. ... <看更多>
CSS Tutorial 66 - CSS list-style-image Property | HTML ul ... next video: CSS Tutorial 67 - CSS list-style ... ... <看更多>